'Declaration Public Overloads Shared Function DecodeSpatial( _ ByVal data() As Byte _ ) As IEnumerable(Of GeoShape)
public static IEnumerable<GeoShape> DecodeSpatial( byte[] data )
Parameters
- data
- The geospatial data at raw ESRI shapefile representation.
Return Value
Decoded geospatial object.